class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentUtterance

AgentUtterance represents one message sent by the agent.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @require_generation = args[:require_generation] if args.key?(:require_generation)
  @text = args[:text] if args.key?(:text)
end