GoogleCloudDialogflowV2GenerateStatelessSummaryRequest class
The request message for Conversations.GenerateStatelessSummary.
Constructors
- GoogleCloudDialogflowV2GenerateStatelessSummaryRequest({GoogleCloudDialogflowV2ConversationProfile? conversationProfile, String? latestMessage, int? maxContextSize, GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation? statelessConversation})
- GoogleCloudDialogflowV2GenerateStatelessSummaryRequest.fromJson(Map json_)
Properties
- conversationProfile ↔ GoogleCloudDialogflowV2ConversationProfile?
- 
  A ConversationProfile containing information required for Summary
generation.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- latestMessage ↔ String?
- 
  The name of the latest conversation message used as context for generating
a Summary.
  getter/setter pair
- maxContextSize ↔ int?
- 
  Max number of messages prior to and including [latest_message] to use as
context when compiling the suggestion.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- statelessConversation ↔ GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation?
- 
  The conversation to suggest a summary for.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited