Flatlogic Bot 2e0e56a927 2
2025-10-05 18:08:48 +00:00

46 lines
1.6 KiB
PHP
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/dialogflow/v2/conversation_event.proto
namespace GPBMetadata\Google\Cloud\Dialogflow\V2;
class ConversationEvent
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Google\Cloud\Dialogflow\V2\Participant::initOnce();
\GPBMetadata\Google\Cloud\Dialogflow\V2\Session::initOnce();
\GPBMetadata\Google\Rpc\Status::initOnce();
$pool->internalAddGeneratedFile(
'
½
3google/cloud/dialogflow/v2/conversation_event.protogoogle.cloud.dialogflow.v2(google/cloud/dialogflow/v2/session.protogoogle/rpc/status.proto"ÿ
ConversationEvent
conversation ( @
type (22.google.cloud.dialogflow.v2.ConversationEvent.Type(
error_status ( 2.google.rpc.StatusB
new_message_payload ( 2#.google.cloud.dialogflow.v2.MessageH`
new_recognition_result_payload ( 26.google.cloud.dialogflow.v2.StreamingRecognitionResultH
Type
TYPE_UNSPECIFIED
CONVERSATION_STARTED
CONVERSATION_FINISHED
HUMAN_INTERVENTION_NEEDED
NEW_MESSAGE
NEW_RECOGNITION_RESULT
UNRECOVERABLE_ERRORB
payloadBœ
com.google.cloud.dialogflow.v2BConversationEventProtoPZ>cloud.google.com/go/dialogflow/apiv2/dialogflowpb;dialogflowpb¢DFªGoogle.Cloud.Dialogflow.V2bproto3'
, true);
static::$is_initialized = true;
}
}